Update PSCI version to 1.1
authorRoberto Vargas <[email protected]>
Mon, 11 Sep 2017 08:11:58 +0000 (09:11 +0100)
committerRoberto Vargas <[email protected]>
Fri, 13 Oct 2017 11:39:08 +0000 (12:39 +0100)
Updated the PSCI version conforming to the PSCI v1.1
specification (ARM DEN022D).

Change-Id: I1f34772ef6de37ec1ade719a1ab3aa062152d995
Signed-off-by: Roberto Vargas <[email protected]>
include/lib/psci/psci.h

index 1fd4ec1092c4faab63759a5ed2ed300ac1f70224..06434f9e5ddbaccc6a72d68c5fa1912c2c95f0f1 100644 (file)
  * PSCI version
  ******************************************************************************/
 #define PSCI_MAJOR_VER         (U(1) << 16)
-#define PSCI_MINOR_VER         U(0x0)
+#define PSCI_MINOR_VER         U(0x1)
 
 /*******************************************************************************
  * PSCI error codes